
@import url(https://db.onlinewebfonts.com/c/fa45c24162837217a0f395fdbe9b7d5e?family=Cina+GEO+Test);
@import url(https://db.onlinewebfonts.com/c/0553a5223e48035c830090d0e1b4e8e9?family=Cina+GEO+Test+Bold); 

@font-face {
    font-family: "Cina GEO Test";
    src: url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.eot");
    src: url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/fa45c24162837217a0f395fdbe9b7d5e.svg#Cina GEO Test")format("svg");
}
@font-face {
    font-family: "Cina GEO Test Bold";
    src: url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.eot");
    src: url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0553a5223e48035c830090d0e1b4e8e9.svg#Cina GEO Test Bold")format("svg");
}

body {
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #000000;
    font-family: "Cina GEO Test"; 
    font-size: 16px;
}

.menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #000000;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 0;
    height: 100px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.25);
}

h1 {
    font-size: 48px;
    font-family: "Cina GEO Test"; 

}

h2 {
    font-size: 28px;
    font-family: "Cina GEO Test"; 
}

h3 {
    font-size: 24px;
    font-family: "Cina GEO Test"; 
}

p {
    font-size: 16px;
    font-family: "Cina GEO Test"; 
}

label {
    font-size: 14px;
    font-family: "Cina GEO Test"; 
}

ul.logolink {
    list-style: none;
    padding-right: 15px;
    padding-left: 25px;
}

ul.linkList {
    list-style: none;
    margin-left: auto;
    padding: 25px;
    overflow: hidden;
    text-wrap: none;
    display: inline-flex;
    font-size: x-large;
    align-content: flex-end;

}

li.links {
    padding: 10px;
    font-family: "Cina GEO Test";
}

.fa {
    font-size: 50px;
}

.menu .icon {
    display: none;
  }

@media screen and (max-width: 830px) {
    .menu li:not(.homelogolink, .icon) {
        display: none; 
        padding: 0;}
    ul.linkList {
        padding: 0; 
        margin-top: 0px; 
        margin-bottom: 0px; 
        margin-left: 0px;}
    .menu .icon {
      display: inline-flex;
      padding: 15px
    }
  }

@media screen and (max-width: 830px) {
    .menu.responsive li {
        position: relative; 
        float: none; 
        display: block; 
        text-align: left;
    }
    .menu.responsive {
        height: fit-content;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .menu.responsive a.icon {  
        position: absolute;
        top: 0;
        color:#FFFFFF;
    }
    .menu.responsive a.iconh a:hover {
        color:#FFFFFF;
    }

    .menu.responsive .logolink {
        padding-top: 0;
        margin-top: 0;
    }
    .menu.responsive ul.hamburger {
        order: -1;
        padding: 0;
        margin: 0;
        color:#FFFFFF;
    }
    .menu.responsive ul.linkList {
        display: block;
        text-wrap: wrap;
        align-items: center;
        text-align: center;
    }
    .menu.responsive li.links {
        text-align: center;
    }
  }

a:link, a:visited {
    color:#FFFFFF;
    text-decoration: none;
    font-family: "Cina GEO Test Bold"; 
    text-decoration: solid;
}

a:hover, a:active, .active {
    color:#FFFFFF;
    text-decoration: none;
}

.footer {
    background-color: #000000;
    color: #FFFFFF;
    position: static;
    bottom: 0;
    text-align: center;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.container {
    display: grid;
}

.mainbody {
    margin: 0;
    padding: 15px;
    background-color: #FAF0E6;
    grid-template-areas: 
    "leftside""content""rightside";
    grid-template-columns: 1fr 10fr 1fr  ;
}

.content {
    margin: 25px;
    padding: 25px;
    flex-wrap: wrap;
    background-color: #FAF0E6;
}



